projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e9f43
)
Fmarker_position doc string clarification
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 22:03:15 +0000
(
00:03
+0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 30 Apr 2016 22:03:15 +0000
(
00:03
+0200)
* src/marker.c (Fmarker_position): Clarify the doc string
(bug#21231).
src/marker.c
patch
|
blob
|
history
diff --git
a/src/marker.c
b/src/marker.c
index 030083002f409e8edc78ae5b9dd3bac2ef44f3d2..febdb17689a5d9af8d32b37e97972c5a97f64389 100644
(file)
--- a/
src/marker.c
+++ b/
src/marker.c
@@
-412,8
+412,7
@@
Returns nil if MARKER points into a dead buffer. */)
}
DEFUN ("marker-position", Fmarker_position, Smarker_position, 1, 1, 0,
- doc: /* Return the position MARKER points at, as a character number.
-Returns nil if MARKER points nowhere. */)
+ doc: /* Return the position of MARKER, or nil if it points nowhere. */)
(Lisp_Object marker)
{
CHECK_MARKER (marker);